home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON03
/
ACT03A
/
L03A2.DIR
/
scripts_9_Frame Repeater.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-05-02
|
124 b
|
9 lines
on exitFrame
global clickedPlaces
if clickedPlaces = 3 then
go(the frame + 1)
else
go(the frame)
end if
end